reverted the expose everything changes, I'm not sure why these went in.
authorLarry Ewing <lewing@gimp.org>
Sat, 17 Jul 1999 20:03:34 +0000 (20:03 +0000)
committerLarry Ewing <lewing@src.gnome.org>
Sat, 17 Jul 1999 20:03:34 +0000 (20:03 +0000)
commite9ed2c18a7de02f9e73212b56a9d134ab3aed372
treeaae8ada3366cbf0cdaea44baca802a0f3a84b3f2
parentf12fbc1b3267227fa677d81949a6ca4b8e5015de
reverted the expose everything changes, I'm not sure why these went in.

1999-07-16  Larry Ewing  <lewing@gimp.org>

* src/testpixbuf.c (expose_func): reverted the expose everything
changes, I'm not sure why these went in.
(config_func): bring this up to date with the new pixbuf_scale
semantics.

* src/gdk-pixbuf-io.c: added a couple of warnings to the module
loading code so that poeple can diagnose problems better.

* src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it
no longer allocates a new pixbuf, which make things nicer for the
rest of the code.  Unfortunately there is still a problem with
scaling rgba images.
demos/testpixbuf.c
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf.c